home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
dev
/
lang
/
Python152_Src.lha
/
Python152_Source
/
Modules
/
protos
/
syslogmodule.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-04-27
|
494b
|
10 lines
static PyObject *syslog_syslog ( PyObject *self , PyObject *args );
#ifndef INET225
static PyObject *syslog_openlog ( PyObject *self , PyObject *args );
static PyObject *syslog_closelog ( PyObject *self , PyObject *args );
static PyObject *syslog_setlogmask ( PyObject *self , PyObject *args );
static PyObject *syslog_log_mask ( PyObject *self , PyObject *args );
static PyObject *syslog_log_upto ( PyObject *self , PyObject *args );
#endif
static void ins ( PyObject *d , char *s , long x );